Form controls
Type
widget
Summary
A form controls
Description
An optional container for grouping together multiple form field widgets.
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web
Children Properties
Property
Name | Summary | Syntax |
---|---|---|
showTitle | Specifies whether title of the form is displayed. | set the showTitle of <widget> to { <true> | <false> } get the showTitle of <widget> |
borderRadius | The border radius of the label field | set the borderRadius of <widget> to pRadius get the borderRadius of <widget> |
textColor | The color of the form title | set the textColor of <widget> to pColor get the textColor of <widget> |
label | The title of the form. | set the label of <widget> to pLabel get the label of <widget> |
borderWidth | The border width of the form | set the borderWidth of <widget> to pWidth get the borderWidth of <widget> |
backgroundColor | The background color of the form | set the backgroundColor of <widget> to pColor get the backgroundColor of <widget> |
borderColor | The border color of the form | set the borderColor of <widget> to pColor get the borderColor of <widget> |